Interface org.omg.CORBA.AttributeDef
All Packages  Class Hierarchy  This Package  Previous  Next  Index

Interface org.omg.CORBA.AttributeDef

public interface AttributeDef
extends Object
extends Object, Contained
An AttributeDef represents the information that defines anattribute of an interface.

Method Index

 o mode()
 o mode(AttributeMode)
 o type()
 o type_def()
 o type_def(IDLType)

Methods

 o type
  public abstract TypeCode type() throws SystemException
 o type_def
  public abstract IDLType type_def() throws SystemException
 o type_def
  public abstract void type_def(IDLType arg) throws SystemException
 o mode
  public abstract AttributeMode mode() throws SystemException
 o mode
  public abstract void mode(AttributeMode arg) throws SystemException

All Packages  Class Hierarchy  This Package  Previous  Next  Index